Skip to main content

All Questions

2votes
1answer
610views

Is it usual to "re hydrate" DTOs into full objects with relationships when consuming web services?

We are designing a web API to transfer objects obtained from a database to a client application which is a front end GUI. The server side business logic will be implemented (for better or worse) in ...
Shane's user avatar

close